projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1961823
)
(install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 01:12:57 +0000
(
01:12
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 01:12:57 +0000
(
01:12
+0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index b8cf1fac2cacaf686912236426d168c6ee6ad5bf..24730fb42fe9649302403de58ff5f3af77d07c4c 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-284,7
+284,7
@@
install: ${archlibdir}
@echo
@echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
- $(INSTALL_PROGRAM) $${file} ${bindir}/$${file} ; \
+ $(INSTALL_PROGRAM) $
(INSTALL_STRIP) $
${file} ${bindir}/$${file} ; \
chmod a+rx ${bindir}/$${file}; \
done
for file in ${INSTALLABLE_SCRIPTS} ; do \